Function |is_normal

std/ops/float::|is_normal


Usage

|is_normal<F>(value)

Generics

โ—ป F: Float

Parameters

โ†ณ value: F

Return

โ†ด bool


Tells if a value is normal.

Returns true if the number is neither zero, infinite, subnormal, or NaN.